home *** CD-ROM | disk | FTP | other *** search
/ Birds of the World / Birds of the World (Simply Media)(1999).iso / AOLSetupFiles / AOL90 / MEDIA / UPGRADE.SWF / scripts / frame_6 / DoAction.as
Text File  |  2004-11-19  |  267b  |  13 lines

  1. _root.tipercent = MainProgress + "%";
  2. _root.testAnime.gotoAndStop(MainProgress);
  3. if(ShowSec)
  4. {
  5.    _root.anfpercent = SecProgress + "%";
  6.    _root.testAnime2.gotoAndStop(SecProgress);
  7. }
  8. else
  9. {
  10.    _root.anfpercent = "";
  11.    _root.testAnime2.gotoAndStop(1);
  12. }
  13.